home *** CD-ROM | disk | FTP | other *** search
- # ifndef yyCallGraphFns
- # define yyCallGraphFns
-
- # if defined __STDC__ | defined __cplusplus
- # define ARGS(parameters) parameters
- # else
- # define ARGS(parameters) ()
- # endif
-
- # ifndef bool
- # define bool char
- # endif
-
- # include "CallGrap.h"
-
- # line 11 "CallGraphFns.puma"
-
- extern tCallGraph TheCallGraph; /* for Output */
-
-
- extern tCallGraph InsertNode ARGS((tCallGraph NodeList, tObject Decl, int kind));
- extern void CallGraphInsertEdge ARGS((tCallGraph source, tCallGraph target));
- extern tCallGraph CallGraphSearchNode ARGS((tObject Decl, int kind));
-
- extern void BeginCallGraphFns ();
- extern void CloseCallGraphFns ();
-
- # endif